projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a56a61d
)
Drop a leftover declaration
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 6 Jul 2014 20:51:29 +0000
(16:51 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 7 Jul 2014 02:37:57 +0000
(22:37 -0400)
This was left behind when resize grips were removed.
gtk/gtkrange.c
patch
|
blob
|
history
diff --git
a/gtk/gtkrange.c
b/gtk/gtkrange.c
index bec2d477691ae13be6548ede6a1a2ae22c5eec4f..5f309b902661a7539db235621a1d03398fee02a3 100644
(file)
--- a/
gtk/gtkrange.c
+++ b/
gtk/gtkrange.c
@@
-246,8
+246,6
@@
static void update_slider_position (GtkRange *range,
gint mouse_x,
gint mouse_y);
static void stop_scrolling (GtkRange *range);
-static gboolean modify_allocation_for_window_grip (GtkWidget *widget,
- GtkAllocation *allocation);
/* Range methods */